By configuring title block attribute synchronization, you specify the attribute tag values within your title blocks (static or dynamic) that you want to synchronize with Meridian document properties. Standard title block synchronization supports one title block per drawing. For a more advanced configuration, see Synchronizing multiple blocks per drawing.
Before you begin
Compile a list of the block names used by your organization as title blocks in the past and present. For each block, list the attribute names that should be synchronized and their corresponding Meridian property names (and property set name). For each attribute, note whether it should be read or written, or both. In effect, determine which application will control the value of that attribute, Meridian or AutoCAD. When doing so, consider where the drawings will originate from, imported from outside the vault (title block attributes should be read) or created inside the vault with the aid of a wizard that prompts the user for title block properties (title block attributes should be written). Identify those blocks for which Meridian should synchronize the same attributes in the same way.
Note Title block attributes that are inserted with their Justification option set to values other than Left might not be aligned properly after synchronization. This is caused by the Autodesk RealDWG library that is used by the AutoCAD link. To correct misalignment, insert the attributes with left justification or move the attributes manually in AutoCAD.
To configure standard title block synchronization:
Tip To export the settings file to your computer, click the Export button. This can be useful if you would rather edit the file in your favorite text editor. You can then copy your changes to the Clipboard and paste them into Configurator.
Note This is useful if your organization uses a different title block for each sheet size but the attribute names are the same in all title blocks. You can then specify just one set of synchronization settings for all of the title blocks. You can also take advantage of this if the names of your title blocks have changed over time but the attribute names have stayed the same. The same title block settings can be used for all of the title blocks.
Tip You can find the names of property sets and properties on the Properties page of each document type, as described in Creating and editing document types.
Also specify a flag if the attribute (not Meridian property) should be read-only (RO) or write-only (WO). Use the default lines in the file as examples. By default, attributes are read/write (RW). Use the following format for each line.
For a single title block per drawing:
<TagName>=<PropertySetName.PropertyName>,<Flag>
For a multiple title blocks per drawing:
<TagName>=<PropertyName>,<Flag>
Note Although Meridian internal properties can be synchronized to title block attributes, you should never attempt to update internal properties or else Access denied errors can occur. Flag all attributes linked to Meridian internal properties as write-only (WO). Only write to Meridian properties (the RO, RW, or no flags) in the Custom property set.
If you want to synchronize a property to a parent project (routed) property, you must specify the folder type name from which to get the folder property as in the following example.
<TagName>=<FolderTypeName:PropertySetName.PropertyName>,<Flag>
And if you want to synchronize one property to one of several possible routed properties, you must specify a unique identifier for each of the property on the left side of the setting as in the following example.
<TagName,ID>=<FolderTypeName:PropertySetName.PropertyName>,<Flag>
The value of ID is insignificant but must be unique among all of the lines in the same block section. Using this syntax, you can map the same attribute to multiple project folder types and the value will depend on the document’s parent folder. The following example uses three different folder types NewProject, UpgradeProject, and RepairProject.
PROJECTNUM,new = NewProject:PSProject.ProjectNum,WO
PROJECTNUM,upgrade = UpgradeProject:PSProject.ProjectNum,WO
PROJECTNUM,repair = RepairProject:PSProject.ProjectNum,WO
NEW
By default, the AutoCAD link synchronizes properties automatically from the vault to the files when the files are opened. The properties are synchronized from the files to the vault when the files are closed. You can configure when these synchronizations occur by adding AutoUpdate settings to the title block sections as appropriate for your needs. The possible values of AutoUpdate are as follows:
0 - Updates are disabled on OPEN on SAVE
1 - Updates are enabled on OPEN, but disabled on SAVE
2 - Updates are enabled on SAVE, but disabled on OPEN
3 - Updates are always enabled (the default)
Note To control the updates to all title blocks, instead of adding AutoUpdate settings to every title block section, you can set the DisableTitleBlockUpdate value in the following registry key as described in the BlueCielo Meridian Enterprise Administrator's Guide:
HKEY_LOCAL_MACHINE\Software\Cyco\AutoManager Meridian\CurrentVersion\AutocadLink
Related concepts